Fix docs for gtk_table_set_row/col_spacing. (#348728)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 15 Aug 2006 15:49:41 +0000 (15:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 15 Aug 2006 15:49:41 +0000 (15:49 +0000)
2006-08-15  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtktable.sgml: Fix docs for gtk_table_set_row/col_spacing.
(#348728)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtktable.sgml

index f8cd9e6ce51cd663b6402092b67c89d47e45b16e..6d9e17ca82655cb688d682d527d28d47a52db011 100644 (file)
@@ -1,5 +1,8 @@
 2006-08-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtktable.sgml: Fix docs for gtk_table_set_row/col_spacing.
+       (#348728)
+
        * gtk/running.sgml: Document new GTK_DEBUG values.  (#350023,
        Mart Raudsepp)
 
index 13e5df030224612acee6c560448703a8e22bf4fc..d41dc8761476d5122e8061b0fe0d330d1265740e 100644 (file)
@@ -226,7 +226,7 @@ As there are many options associated with gtk_table_attach(), this convenience f
 
 <!-- ##### FUNCTION gtk_table_set_row_spacing ##### -->
 <para>
-Changes the space between a given table row and its surrounding rows.
+Changes the space between a given table row and the subsequent row.
 </para>
 
 @table: a #GtkTable containing the row whose properties you wish to change.
@@ -236,7 +236,8 @@ Changes the space between a given table row and its surrounding rows.
 
 <!-- ##### FUNCTION gtk_table_set_col_spacing ##### -->
 <para>
-Alters the amount of space between a given table column and the adjacent columns.
+Alters the amount of space between a given table column and the following 
+column.
 </para>
 
 @table: a #GtkTable.